home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 340
- Top = 364
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'password'
- ClientHeight = 150
- ClientWidth = 329
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblPassword: TResStaticText
- Left = 16
- Top = 16
- Width = 83
- Height = 17
- TabOrder = 4
- ResourceCaption = 20501
- end
- object lblConfirmPassword: TResStaticText
- Left = 16
- Top = 64
- Width = 94
- Height = 17
- TabOrder = 5
- ResourceCaption = 20500
- end
- object OKBtn: TResTeButton
- Left = 66
- Top = 114
- Width = 100
- Height = 25
- Default = True
- ModalResult = 1
- TabOrder = 2
- ResourceCaption = 20018
- end
- object CancelButton: TResTeButton
- Left = 178
- Top = 114
- Width = 100
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 3
- ResourceCaption = 20019
- end
- object edtPassword: TEdit
- Left = 16
- Top = 32
- Width = 297
- Height = 21
- Color = clWhite
- MaxLength = 1000
- PasswordChar = '*'
- TabOrder = 0
- end
- object edtConfirmPassword: TEdit
- Left = 16
- Top = 80
- Width = 297
- Height = 21
- Color = clWhite
- MaxLength = 1000
- PasswordChar = '*'
- TabOrder = 1
- end
- object ThemeForm: TTeForm2
- ThemeObject = 'StandardDialog'
- Left = 16
- Top = 112
- end
- end
-